projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34b1d75
)
Comment.
author
Glenn Morris
<rgm@gnu.org>
Wed, 2 Dec 2009 03:02:10 +0000
(
03:02
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 2 Dec 2009 03:02:10 +0000
(
03:02
+0000)
lisp/woman.el
patch
|
blob
|
history
diff --git
a/lisp/woman.el
b/lisp/woman.el
index 02e20652de9db5cc00bf2ad03220ff10787237b6..e19df4b7fecc40ce791a0e61917cd4f8a660e279 100644
(file)
--- a/
lisp/woman.el
+++ b/
lisp/woman.el
@@
-1649,6
+1649,8
@@
decompress the file if appropriate. See the documentation for the
(defun woman-make-bufname (bufname)
"Create an unambiguous buffer name from BUFNAME."
+ ;; See Bug#5038. Any compression extension has already been removed.
+ ;; Go from eg "host.conf.5" to "5 host.conf".
(let ((dot (string-match "\\.[^.]*\\'" bufname)))
(if dot (setq bufname (concat
(substring bufname (1+ dot)) " "